rtpproxy: bump to version 2025-11-04
authorChristian Marangi <[email protected]>
Thu, 20 Nov 2025 11:59:39 +0000 (12:59 +0100)
committerChristian Marangi <[email protected]>
Thu, 20 Nov 2025 11:59:39 +0000 (12:59 +0100)
commitfcff90abe174111dbdab3ed3f98aef77230f077f
tree9dec3247d26182fa0f14ecaf5d1139d3808033e4
parenta5c29c23f017a3dcf9b5a919939f150febcf9141
rtpproxy: bump to version 2025-11-04

Bump rtpproxy to version 2025-11-04. Each downstream patch got merged
and this fix the current compilation error with recvfromto.

rtpp_socket.c: In function 'rtpp_socket_rtp_recv':
rtpp_socket.c:262:31: error: passing argument 5 of 'recvfromto' from incompatible pointer type [-Wincompatible-pointer-types]
  262 |       sstosa(&packet->raddr), &packet->rlen, sstosa(&packet->_laddr), &llen,
      |                               ^~~~~~~~~~~~~
      |                               |
      |                               socklen_t * {aka unsigned int *}
In file included from rtpp_socket.c:45:
rtpp_network.h:56:3: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'socklen_t *' {aka 'unsigned int *'}
   56 |   size_t *, struct sockaddr *, size_t *, struct timeval *);
      |   ^~~~~~~~

2 new trivial pending patch (proposed upstream) are now required to
permit correct compilation.

This bump from 2.x to 3.x but checking the changlog no breaking change
should be triggered by this version jump.

Signed-off-by: Christian Marangi <[email protected]>
net/rtpproxy/Makefile
net/rtpproxy/patches/100-Add-missing-pthread.h-in-rtpp_proc_async.patch [new file with mode: 0644]
net/rtpproxy/patches/101-Add-check-for-declared-optreset.patch [new file with mode: 0644]
net/rtpproxy/patches/102-don-t-build-rtpproxy_debug.patch [deleted file]
net/rtpproxy/patches/103-fix-rtp-crypto-setup.patch [deleted file]
net/rtpproxy/patches/104-Resolve-build-breakage-after-ekt-member-of-the-polic.patch [deleted file]